home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1488.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.3 KB  |  35 lines

  1. Hey, I remember a while back someone suggested having certain standard
  2. links in the document (forw back up top).  Instead of hardcoding these
  3. how about just having a control panel element that might work like this:
  4.  
  5. <CONTROL>
  6.     <UL>
  7.     <LI> <A ...>Click here</A>
  8.     <LI> <A ...>Drink me</A>
  9.     <LI> <A ...>Go away</A>
  10.     </UL>
  11. </CONTROL>
  12.  
  13. Then a clever browser can do whatever it wants to render that section of
  14. code (the idea being that it could stick it in a window so it's always
  15. available for navigation).  By default it can just render in place.
  16.  
  17. This has the advantage of allowing us to experiment with different control
  18. structures.  FBUT is ok for some documents but I can see applications where
  19. other navigation schemes would be useful (e.g., NSEW in maps).
  20.  
  21. Any comments?  Sorry if someone already "invented" this, I didn't see anything
  22. in the HTML+ DTD_ and wanted get peoples comments.
  23.  
  24. BTW: I would like to give a big thanks to Dave Raggett for doing a great
  25. job on the HTML+ DTD_.  From our random arguments and outrageous requets
  26. (tables, forms, ...) Dave has really pulled HTML+ together.  Any idea when
  27. it'll be stable enough to start developing browsers for?
  28.  
  29. Looking forward to the Workshop next month,
  30. --sanders_
  31.  
  32. .. _sanders http://www.bsdi.com/hyplan/sanders.html
  33. .. _DTD ftp://info.cern.ch/pub/www/dev/htmlplus.dtd
  34.  
  35.